Search results 60

Card image cap
DegreeC2F + DegreeF2C

Convert Celsius to Fahrenheit and Fahrenheit to Celsius degrees

Card image cap
RemoveChars

Removes all chars found in Chars_to_remove from String1

Card image cap
InvertColor

Converts color into its negative value, as in "e4f15a" into "1C0FA6"

Card image cap
Time2Real

Converts TIME code to number HH:MM to xx.xx As in 10:15 to 10.25, 13:30 to 13.5

Card image cap
StringFlip

Flips a string, right-to-left, and if passed again, will flip it back Can be ...

Card image cap
RemoveHTML

Removes HTML code Basically anything between < and > There is a better ...

Card image cap
ReplaceChars

Replaces all chars found in Chars_to_remove from String1 with Char_to_put One ...

Card image cap
MyMonthName

Returns the month name in one of 5 formats (below) It can use full date or ...

Card image cap
Str2DB + Str2App + Str2HTML

Set of functions to clean and revise cleaning of string before saving into ...

Card image cap
Replace Single Quotes

This script will replace single quotes so the data is SQL-safe

Card image cap
URL2Text + Text2URL

URL2Text to convert a URL into string Text2URL will converts a text with ...

Card image cap
Find and Replace

This will find all occurences of a string in a text file and replace it with ...